home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 259 / SOMC Family Forum 259 - Disc 1.iso / Somc.dir / 00067_Script_67 < prev    next >
Text File  |  1998-12-15  |  264b  |  20 lines

  1. on mouseEnter
  2.   if not count(the windowList) then
  3.     doRollover(21,1)
  4.   end if
  5. end
  6.  
  7. on mouseLeave
  8.   if not count(the windowList) then
  9.     doRollout(21)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   glowClear()
  15.   doClick()
  16.   cursor 0
  17.   go to frame "EXTRAS"
  18.   
  19. end
  20.